From: hades Date: Thu, 5 Apr 2001 14:10:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=dce22c448ed4c8b9001aa97a687e9af76aec66f0;p=daqdata.git *** empty log message *** --- diff --git a/allParam/test/blob/Makefile b/allParam/test/blob/Makefile index b5f1af9..791f81b 100644 --- a/allParam/test/blob/Makefile +++ b/allParam/test/blob/Makefile @@ -1,11 +1,11 @@ all : - $(MAKE) depend "CFLAGS=$(CFLAGS)" + $(MAKE) depend "CC=$(CC)" "CFLAGS=$(CFLAGS)" $(MAKE) -f Makefile.dep "CFLAGS=$(CFLAGS)" depend : rm -f Makefile.dep ../bin/echoobjs.sh > Makefile.dep - gcc -MM $(CFLAGS) *.c >> Makefile.dep + $(CC) -MM $(CFLAGS) *.c >> Makefile.dep clean : rm -f Makefile.dep *.o