too much quoting caused an error for quoted things in CFLAGS

This commit is contained in:
rlar 2010-10-08 17:18:55 +00:00
parent 933bd11c43
commit 9cb57888d5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-10-08 Robert Larice
* src/xspice/icm/Makefile :
too much quoting caused an error for quoted things in CFLAGS
( CFLAGS=-D"SIGNAL_FUNCTION='void(*)(int)'" ./configure )
2010-10-08 Robert Larice
* src/frontend/spiceif.c ,
* src/frontend/spiceif.h ,

View File

@ -95,7 +95,7 @@ dlmain.o: cmextrn.h cminfo.h udnextrn.h udninfo.h
-rm -f cmextrn.h cminfo.h objects.inc udnextrn.h udninfo.h \
dlmain.c dlmain.o
-rm -rf .deps
objs: ifspec.o cfunc.o
@ -110,7 +110,7 @@ uobjs-clean:
-rm -rf .deps
%.o: %.c
@echo '$(COMPILE) $(DEPFLAGS) .deps/$(*F).pp -c $<'; \
@echo $(COMPILE) $(DEPFLAGS) .deps/$(*F).pp -c $< ; \
$(COMPILE) $(DEPFLAGS) .deps/$(*F).pp -c $<
@-cp .deps/$(*F).pp .deps/$(*F).P; \
tr ' ' '\012' < .deps/$(*F).pp \