From e8cd4eb0acd22c9bb7cf7ac39bcc7b76ce6802be Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 14 Dec 2008 17:58:35 +0000 Subject: [PATCH] remove hard wired compiler options for main.c --- src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 4a0ebfd4e..9ee301012 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -125,11 +125,10 @@ ngspice_LDADD += \ endif winmain.o: winmain.c - $(COMPILE) -DSIMULATOR -o winmain.o -c $(srcdir)/winmain.c + $(COMPILE) -DSIMULATOR -o winmain.o -c $(srcdir)/winmain.c spice.lo: main.c - $(LTCOMPILE) -DSIMULATOR -MT spice.lo -MD -MP -MF $(DEPDIR)/spice.Tpo -c -o spice.o $< - mv -f $(DEPDIR)/spice.Tpo $(DEPDIR)/spice.Plo + $(LTCOMPILE) -DSIMULATOR -c -o spice.o $< ## nutmeg: