Ticket #42156: patch-nasl-Makefile.diff
File patch-nasl-Makefile.diff, 270 bytes (added by mojca (Mojca Miklavec), 11 years ago) |
---|
-
nasl/Makefile
old new CSRCS = \ 88 88 nasl_server.c \ 89 89 nasl_debug.c 90 90 91 COMPILE = $(LIBTOOL) $(CC) $(CFLAGS) $(NESSUS_INCLUDE)91 COMPILE = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(NESSUS_INCLUDE) 92 92 all : cflags libnasl.la nasl 93 93 94 94 .c.o: