Ticket #32741: patch-Makefile.diff
File patch-Makefile.diff, 504 bytes (added by fracai, 13 years ago) |
---|
-
Makefile
old new 8 8 $(CC) -Wall -Wstrict-prototypes -O2 ${CFLAGS} -o symlinks symlinks.c 9 9 10 10 install: all symlinks.8 11 install -m 755 -o root -g rootsymlinks /usr/local/bin12 install -m 644 -o root -g root symlinks.8 /usr/local/man/man811 install -m 755 -o root -g admin symlinks /usr/local/bin 12 install -m 644 -o root -g admin symlinks.8 /usr/local/share/man/man8 13 13 14 14 clean: 15 15 rm -f symlinks *.o core