|
Line
Link Here
|
| 0 |
-- unix/Makefile.in.orig |
0 |
++ unix/Makefile.in |
|
Lines 839-850
bintar:
Link Here
|
| 839 |
#---------------------------------------------------------------- |
839 |
#---------------------------------------------------------------- |
| 840 |
|
840 |
|
| 841 |
ntping.o: $(TNM_NTPING_DIR)/ntping.c |
841 |
ntping.o: $(TNM_NTPING_DIR)/ntping.c |
| 842 |
$(CC) -c $(CFLAGS) -I. -DHAVE_CONFIG_H $(TNM_NTPING_DIR)/ntping.c |
842 |
$(CC) -c $(CFLAGS) -fPIE -fpie -I. -DHAVE_CONFIG_H $(TNM_NTPING_DIR)/ntping.c |
| 843 |
|
843 |
|
| 844 |
ntping: ntping.o |
844 |
ntping: ntping.o |
| 845 |
@if [ -f ntping ] ; then mv -f ntping ntpink.bak ; else true ; fi |
845 |
@if [ -f ntping ] ; then mv -f ntping ntpink.bak ; else true ; fi |
| 846 |
@rm -f ntping.bak || true |
846 |
@rm -f ntping.bak || true |
| 847 |
$(LD) $(LD_FLAGS) -o ntping ntping.o $(LIBS) |
847 |
$(LD) $(LD_FLAGS) -fpie -o ntping ntping.o $(LIBS) |
| 848 |
|
848 |
|
| 849 |
straps.o: $(TNM_SNMP_DIR)/straps.c |
849 |
straps.o: $(TNM_SNMP_DIR)/straps.c |
| 850 |
$(CC) -c $(CFLAGS) -I. $(TNM_SNMP_DIR)/straps.c |
850 |
$(CC) -c $(CFLAGS) -I. $(TNM_SNMP_DIR)/straps.c |