From d4ef0468c9dd73ae56047d1ef697a16c10ffeb8a Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 3 Jun 2006 15:39:14 +0000 Subject: [PATCH] scripts/Makefile: Beautification --- scripts/Makefile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/scripts/Makefile b/scripts/Makefile index 3ba31d66..c831fc34 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -37,21 +37,6 @@ EXE_SH += cvsbuild include $(MODDIR)/make/scripts.mk -#INSTALL_BINDIR = $(ENV_PREFIX)/$(HOME)/bin -#CONFDIR = $(ENV_PREFIX)/$(HOME)/.jannet - all: - -#$(INSTALL_BINDIR): -# $(INSTALL) -o root -g root -m 755 -d $@ - -#install: $(EXEDIR) $(CONFDIR) -# $(INSTALL) *.sh -m 755 $(EXEDIR)/ -# if [ -f *.conf ]; then $(INSTALL) *.conf $(CONFDIR)/; fi - -#clean distclean libclean: -# rm -rf *~ .*.swp core *.rep - install: all $(INSTALL_BINDIR) $(INSTALLED_EXE_SH) - profclean: