aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'grpmi/Makefile')
-rw-r--r--grpmi/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/grpmi/Makefile b/grpmi/Makefile
index 94233fb0..29be902e 100644
--- a/grpmi/Makefile
+++ b/grpmi/Makefile
@@ -13,7 +13,7 @@
#
#*****************************************************************************
-DIRS = curl_download rpm po
+DIRS = curl_download
PREFIX = /usr/local
DATADIR = $(PREFIX)/share
@@ -30,11 +30,6 @@ install: $(ALL)
@for n in $(DIRS); do \
(cd $$n; $(MAKE) install) \
done
- install -d $(SBINDIR)
- install grpmi.pl $(SBINDIR)/grpmi
- perl -pi -e 's|use strict.*||' $(SBINDIR)/grpmi
- perl -pi -e 's|use vars.*||' $(SBINDIR)/grpmi
- perl -pi -e 's|use diagnostics.*||' $(SBINDIR)/grpmi
clean:
@for n in $(DIRS); do \