summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-15 09:38:32 +0000
committerkraxel <kraxel>2007-08-15 09:38:32 +0000
commitefe98ab6ea0ea920c117948b2c815231243173c5 (patch)
treecb17b558f2bf9eee30d01e6651c728b35868e6cf /GNUmakefile
parent76335ef9fd33bb460014e2878da7486237df4663 (diff)
downloadamtterm-efe98ab6ea0ea920c117948b2c815231243173c5.tar.gz
fix make install
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index cd65580..286e892 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -39,8 +39,8 @@ LDLIBS += $(shell test "$(pkglst)" != "" && pkg-config --libs $(pkglst))
build: $(TARGETS)
install: build
- mkdir -p $(DESTDIR)$(bindir)
- install -s $(TARGETS) $(DESTDIR)$(bindir)
+ mkdir -p $(bindir)
+ install -s $(TARGETS) $(bindir)
clean:
rm -f *.o *~