Browse Source

Strip on install. Oops!

Douglas William Thrift 14 years ago
parent
commit
a92aaa0d2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GNUmakefile

+ 1 - 1
GNUmakefile

@@ -41,7 +41,7 @@ dist: man
 
 install: all
 	install -dv $(DESTDIR)$(BINDIR) $(DESTDIR)$(MAN1DIR)
-	install -cv dtpstree $(DESTDIR)$(BINDIR)
+	install -csv dtpstree $(DESTDIR)$(BINDIR)
 	install -cm 644 -v man1/dtpstree.1 $(DESTDIR)$(MAN1DIR)
 
 uninstall: