summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9f834d7..7de8ad9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ APP_DIST=\
squid* \
-EXTRA_DIST=README Makefile config.mk squid.conf.template
+EXTRA_DIST=README Makefile config.mk
DISTFILES=$(APP_DIST) $(EXTRA_DIST)
@@ -15,7 +15,6 @@ TAR=tar
P=$(PACKAGE)-$(VERSION)
tarball=$(P).tar.bz2
install_dir=$(DESTDIR)/$(appdir)/$(APP_NAME)
-install_dir_squid=$(DESTDIR)/$(squid-cfg-dir)
all:
clean:
@@ -24,9 +23,8 @@ clean:
dist: $(tarball)
install:
- mkdir -p "$(install_dir)" "$(install_dir_squid)"
+ mkdir -p "$(install_dir)"
cp -a $(APP_DIST) "$(install_dir)"
- cp -a squid.conf.template "$(install_dir_squid)"
$(tarball): $(DISTFILES)
rm -rf $(P)