소스 검색

(Pascal Stumpf) Makefile.am change several places where ${prefix} should be $(CDE_INSTALLATION_TOP)

Peter Howkins 1 년 전
부모
커밋
85022e0218
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      cde/programs/dtappbuilder/src/ab/Makefile.am
  2. 1 1
      cde/programs/dtfile/Makefile.am
  3. 1 1
      cde/programs/dtlogin/config/Makefile.am

+ 1 - 1
cde/programs/dtappbuilder/src/ab/Makefile.am

@@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
 
 .NOTPARALLEL:
 
-appdefaultsdir = ${prefix}/app-defaults/C
+appdefaultsdir = $(CDE_INSTALLATION_TOP)/app-defaults/C
 
 ABINCLUDES = -I../include -I../include/ab_private -I../libABil
 

+ 1 - 1
cde/programs/dtfile/Makefile.am

@@ -44,7 +44,7 @@ dtfile_SOURCES = ChangeDir.c     ChangeDirP.c    Command.c       Common.c \
 
 # Mind the quoting here...
 SCRIPTFLAGS = -DSHAPE -D_ILS_MACROS -DSUN_PERF \
-	-DCDE_INSTALLATION_TOP="${prefix}" \
+	-DCDE_INSTALLATION_TOP="$(CDE_CONFIGURATION_TOP)" \
 	-DCDE_CONFIGURATION_TOP="$(CDE_CONFIGURATION_TOP)" \
 	-DKORNSHELL="$(KSH)"
 

+ 1 - 1
cde/programs/dtlogin/config/Makefile.am

@@ -1,6 +1,6 @@
 
 AM_CPPFLAGS = -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
-            -DCDE_INSTALLATION_TOP=${prefix} \
+            -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
             -DCDE_LOGFILES_TOP=$(CDE_LOGFILES_TOP) \
             -DFONTALIASESCONFDIR=$(sysconfdir)/$(PACKAGE_TARNAME)/fontaliases \
             -DFONTALIASESDATADIR=$(pkgdatadir)/fontaliases \