Fix erroneous uses of ${prefix} rather than $(CDE_INSTALLATION_TOP)
Some Makefiles use prefix when they should be using CDE_INSTALLATION_TOP. Patch by Peter G.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
unixdir = ${prefix}/app-defaults/C
|
||||
unixdir = $(CDE_INSTALLATION_TOP)/app-defaults/C
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user