patch-Makefile_in.orig 384 B

123456789101112131415161718
  1. --- 6tunnel-0.11rc2.orig/Makefile.in 2002-11-24 02:18:47.000000000 +0100
  2. +++ 6tunnel-0.11rc2/Makefile.in 2010-02-05 14:21:39.992115665 +0100
  3. @@ -10,14 +10,13 @@ INSTALL = @INSTALL@
  4. STRIP = @STRIP@
  5. VERSION = @VERSION@
  6. -default: 6tunnel
  7. +all: 6tunnel
  8. 6tunnel: 6tunnel.c
  9. .PHONY: install
  10. install:
  11. - $(STRIP) 6tunnel
  12. $(INSTALL) -d $(bindir)
  13. $(INSTALL) 6tunnel $(bindir)