Correction of paths for BSDs

This commit is contained in:
Ulrich Wilkens
2012-08-30 02:12:16 +02:00
committed by Jon Trulson
parent ca9da25d44
commit 3a28782409
13 changed files with 147 additions and 96 deletions

View File

@@ -1,4 +1,4 @@
XCOMM!/bin/ksh
XCOMM !KORNSHELL
XCOMM ####################################################################
XCOMM ## File: 0010.dtpaths
XCOMM ##

View File

@@ -1,4 +1,4 @@
XCOMM!/bin/ksh
XCOMM !KORNSHELL
XCOMM ####################################################################
XCOMM ## File: 0030.dttmpdir
XCOMM ##

View File

@@ -12,7 +12,8 @@ CPP_TARGETS = 0010.dtpaths 0030.dttmpdir
AllTarget($(CPP_TARGETS))
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
-DKORNSHELL=$(KORNSHELL)
CppSourceFile(0010.dtpaths,0010.dtpaths.src,$(LOCAL_CPP_DEFINES),)
CppSourceFile(0030.dttmpdir,0030.dttmpdir.src,$(LOCAL_CPP_DEFINES),)