aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-08-28 08:58:51 +0000
committerFrancois Pons <fpons@mandriva.com>2000-08-28 08:58:51 +0000
commitde81b8ffe85f63f185f5f2ce747eb00429147d75 (patch)
tree7b57495234f7ee88198bbe262215cb846a826ddf /Makefile
parent6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67 (diff)
downloadrpmtools-de81b8ffe85f63f185f5f2ce747eb00429147d75.tar
rpmtools-de81b8ffe85f63f185f5f2ce747eb00429147d75.tar.gz
rpmtools-de81b8ffe85f63f185f5f2ce747eb00429147d75.tar.bz2
rpmtools-de81b8ffe85f63f185f5f2ce747eb00429147d75.tar.xz
rpmtools-de81b8ffe85f63f185f5f2ce747eb00429147d75.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f2b4327..8137ef8 100644
--- a/Makefile
+++ b/Makefile
@@ -10,14 +10,11 @@ CFLAGS = -Wall -g
LIBRPM = -lrpm -ldb1 -lz -lbz2 -I/usr/include/rpm -lpopt
all: $(ALL)
- perl Makefile.PL
- $(MAKE) -f Makefile_core $@
install: $(ALL)
install -d $(PREFIX)/usr/bin
install -s $(ALL) $(PREFIX)/usr/bin
install genhdlist_cz2 genhdlists genbasefiles genfilelist packdrake $(PREFIX)/usr/bin
- $(MAKE) -f Makefile_core PREFIX=$(PREFIX)/usr $@
$(FROMCC): %: %.cc
$(CXX) $(CFLAGS) $< $(LIBRPM) -o $@