diff options
author | Francois Pons <fpons@mandriva.com> | 2000-08-25 15:33:53 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-08-25 15:33:53 +0000 |
commit | 6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67 (patch) | |
tree | d163d814b8d8966d1e5cc9b12965f92fb01d1f40 /Makefile | |
parent | f8b245f06572634f7b7ad20dfb91736b10da7343 (diff) | |
download | rpmtools-6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67.tar rpmtools-6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67.tar.gz rpmtools-6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67.tar.bz2 rpmtools-6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67.tar.xz rpmtools-6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67.zip |
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ all: $(ALL) install: $(ALL) install -d $(PREFIX)/usr/bin install -s $(ALL) $(PREFIX)/usr/bin - install genhdlist_cz2 genhdlists genfilelist packdrake $(PREFIX)/usr/bin - $(MAKE) -f Makefile_core $@ + install genhdlist_cz2 genhdlists genbasefiles genfilelist packdrake $(PREFIX)/usr/bin + $(MAKE) -f Makefile_core PREFIX=$(PREFIX)/usr $@ $(FROMCC): %: %.cc $(CXX) $(CFLAGS) $< $(LIBRPM) -o $@ |