From 8794a95de9c2b3e837ef1601a918e2c711eaaa9d Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 17 Feb 2003 16:29:33 +0000 Subject: - fix Makefile typos --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12a2475d..f1443083 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ RELEASE:=$(shell rpm -q --qf %{RELEASE} --specfile $(PACKAGE).spec) TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') NAME = mdkonline MDKUPDATE = mdkupdate -#SCRIPTS = sshlogin.exp scpcall.exp SUBDIRS = po +RPM = $(HOME)/rpm localedir = $(prefix)/usr/share/locale override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\" @@ -26,7 +26,6 @@ install: all install -s -m755 $(MDKUPDATE) $(RPM_BUILD_ROOT)/usr/bin/ install -m644 *.desktop $(RPM_BUILD_ROOT)/usr/share/nautilus/default-desktop/ install -m644 pixmaps/*.png $(RPM_BUILD_ROOT)/usr/share/mdkonline/pixmaps/ - install -m644 *.txt $(RPM_BUILD_ROOT)/usr/share/mdkonline/ for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done # rules to build a test rpm @@ -52,8 +51,8 @@ tar: buildrpm: (echo "# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!" ; \ - cat $(project).spec \ - ) > $(RPM)/SPECS/$(project).spec + cat $(PACKAGE).spec \ + ) > $(RPM)/SPECS/$(PACKAGE).spec rpm -ta $(PACKAGE)-$(VERSION).tar.bz2 # rules to build a distributable rpm -- cgit v1.2.1