Ticket #16996: patch-Makefile.diff
File patch-Makefile.diff, 514 bytes (added by ranauei@…, 16 years ago) |
---|
-
Makefile
old new 66 66 $(CC) $(CFLAGS) $(DEFS) -o bcwipe wipe.c $(BC_OBJ) 67 67 68 68 install: bcwipe 69 ./install.sh $(root) 70 # $(INSTALL) -m 644 bcwipe.1 $(root)/$(MAN_PATH)/man1/ 71 # $(INSTALL) -o root -m 755 -s bcwipe $(root)/usr/bin/ 69 $(INSTALL) -m 644 bcwipe.1 $(DESTDIR)@@prefix@@/share/man/man1/ 70 $(INSTALL) -o root -m 755 -s bcwipe $(DESTDIR)@@prefix@@/bin/ 72 71 73 72 clean: 74 73 rm -f *.o *.ver *~ $(TARGETS)