diff options
Diffstat (limited to 'cad/cider/files/patch-aa')
-rw-r--r-- | cad/cider/files/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/cad/cider/files/patch-aa b/cad/cider/files/patch-aa deleted file mode 100644 index a99d8f742fe7..000000000000 --- a/cad/cider/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ -*** spice/common/conf/defaults.orig Sat Jan 29 19:15:53 1994 ---- spice/common/conf/defaults Sun Dec 12 14:40:09 1999 -*************** -*** 105,116 **** - # identified as and SYSTEM is the name of the per-system definitions - # file listed on the "build" command line. - -! SPICE_DIR = $(TOP1)/$(SYSTEM) -! SPICE_LIB_DIR = $(SPICE_DIR)/lib - SPICE_EXEC_DIR = $(SPICE_DIR)/bin - - S_SPICE_DIR = $(SPICE_DIR) -! S_SPICE_LIB_DIR = $(S_SPICE_DIR)/lib - S_SPICE_EXEC_DIR= $(S_SPICE_DIR)/bin - - # INSTALL_DIRS lists the directories that need to be created before ---- 105,116 ---- - # identified as and SYSTEM is the name of the per-system definitions - # file listed on the "build" command line. - -! SPICE_DIR = ${PREFIX} -! SPICE_LIB_DIR = $(SPICE_DIR)/share/spice3 - SPICE_EXEC_DIR = $(SPICE_DIR)/bin - - S_SPICE_DIR = $(SPICE_DIR) -! S_SPICE_LIB_DIR = $(S_SPICE_DIR)/share/spice3 - S_SPICE_EXEC_DIR= $(S_SPICE_DIR)/bin - - # INSTALL_DIRS lists the directories that need to be created before |