summaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-ac
blob: 2dfc012812d94f247317a9d0a6e3397a9fe995c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Make.common.in.orig	Tue Jan 19 00:44:07 1999
+++ Make.common.in	Tue Jan 26 18:50:46 1999
@@ -17,9 +17,10 @@
 
 builddir   = @builddir@
 bindir     = @bindir@
+sbindir    = $(exec_prefix)/sbin
 sysconfdir = @sysconfdir@
 corbadir   = $(sysconfdir)/CORBA/servers
-libdir     = $(exec_prefix)/lib/mc
+libdir     = $(exec_prefix)/share/mc
 idldir     = $(prefix)/share/idl
 suppbindir = $(libdir)/bin
 gnewdir	   = $(prefix)/share/mc/templates
@@ -56,7 +57,7 @@
 # No way, to make make happy (except GNU), we cannot use := to append
 # something to these, so that's why there is a leading _
 XCFLAGS = @CFLAGS@
-XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" 
+XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" 
 XLDFLAGS = @LDFLAGS@
 XDEFS = @DEFS@
 XLIBS = @LIBS@