summaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-ac
blob: 2107be300f95d3b0746dca8900ed62306d7dae2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Make.common.in.orig	Mon Mar 30 05:26:08 1998
+++ Make.common.in	Sun Apr 12 03:19:48 1998
@@ -16,6 +16,7 @@
 manprefix =
 
 bindir     = $(exec_prefix)/bin
+sbindir     = $(exec_prefix)/sbin
 libdir     = $(exec_prefix)/lib/mc
 suppbindir = $(libdir)/bin
 tidir      = $(libdir)/term
@@ -50,7 +51,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@ -I.. -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" 
+XCPPFLAGS = @CPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" 
 XLDFLAGS = @LDFLAGS@
 XDEFS = @DEFS@
 XLIBS = @LIBS@