Ticket #42156: patch-nasl-Makefile.diff

File patch-nasl-Makefile.diff, 270 bytes (added by mojca (Mojca Miklavec), 10 years ago)
  • nasl/Makefile

    old new CSRCS = \ 
    8888        nasl_server.c \
    8989        nasl_debug.c
    9090
    91 COMPILE = $(LIBTOOL) $(CC) $(CFLAGS) $(NESSUS_INCLUDE)
     91COMPILE = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(NESSUS_INCLUDE)
    9292all : cflags libnasl.la nasl
    9393
    9494.c.o: