diff options
Diffstat (limited to 'cad/cider/files/patch-aj')
-rw-r--r-- | cad/cider/files/patch-aj | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/cad/cider/files/patch-aj b/cad/cider/files/patch-aj index ab918d55a58..3c45608e2b0 100644 --- a/cad/cider/files/patch-aj +++ b/cad/cider/files/patch-aj @@ -1,5 +1,14 @@ ---- spice/common/util/skeleton/make_def.bd.orig Thu Feb 24 07:07:01 1994 -+++ spice/common/util/skeleton/make_def.bd Sun Dec 26 17:19:32 1999 +--- spice/common/util/skeleton/make_def.bd.orig Thu Feb 24 16:07:01 1994 ++++ spice/common/util/skeleton/make_def.bd Wed Dec 20 22:41:46 2006 +@@ -44,7 +44,7 @@ + PRE_PURPOSE = pre_$(PURPOSE) + PURPOSE = all + INCLUDE = -I$(INCLUDE_DIR) -I$(TCGMSG_DIR)/include +-CC = cc ++REAL_CC = $(CC) + + + SPICE_TUNE = -DBUG_ADDR=\"$(BUG_ADDR)\" -DHELP_DIR=\"$(HELP_DIR)\" \ @@ -85,7 +85,7 @@ # LIBRARIES = ckt cp dev fte hlp inp mfb mfbpc misc ni smp sparse LIBRARIES = dev ckt cp fte hlp inp $(MFBLIB) misc ni $(SPARSELIB) |