diff options
author | jbj <devnull@localhost> | 2002-12-03 02:57:02 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-03 02:57:02 +0000 |
commit | c96202ddef5c4ffcc3da81e1915b84e8f2a6102c (patch) | |
tree | ffc44f2ea544b5d33667ca29b848b9b55fdae6a9 /build/Makefile.am | |
parent | c84e1589b098a29804a3c75c58c576aea305c06b (diff) | |
download | librpm-tizen-c96202ddef5c4ffcc3da81e1915b84e8f2a6102c.tar.gz librpm-tizen-c96202ddef5c4ffcc3da81e1915b84e8f2a6102c.tar.bz2 librpm-tizen-c96202ddef5c4ffcc3da81e1915b84e8f2a6102c.zip |
- internal automagic dependency generation (disabled for now).
CVS patchset: 5913
CVS date: 2002/12/03 02:57:02
Diffstat (limited to 'build/Makefile.am')
-rw-r--r-- | build/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index 9d78ff98c..0d035774d 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -31,7 +31,7 @@ librpmbuild_la_LDFLAGS = -release @VERSION@ $(top_builddir)/lib/librpm.la rpmfile.h: @ln -sf $(top_builddir)/file/file.h $@ -rpmfc.c: rpmfile.h +files.c rpmfc.c: rpmfile.h clean-local: rm -f *.o rpmfile.h # .created $(FILELOBJS) |