diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1997-12-03 21:43:44 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1997-12-03 21:43:44 +0000 |
commit | 4b4c6aff9147aa2ef8c748bf14035e560264fa64 (patch) | |
tree | b2ad1d6e7afbef310b2570a3c88a12c48f822f29 /gdk/Makefile.am | |
parent | c3ac6c80a60a6d1bb0471cdc34f818efc9718a65 (diff) | |
download | gtk+-4b4c6aff9147aa2ef8c748bf14035e560264fa64.tar.gz |
Various configuration and portability related changes. See ChangeLog
for details.
-owt
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index ffaef5ffad..9a5764f357 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -74,3 +74,5 @@ files: @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ echo $$p; \ done + +$(DEP_FILES) : $(BUILT_SOURCES) |