mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
This commit is contained in:
parent
b6b54a53b2
commit
35e16ef9b0
@ -1,5 +1,7 @@
|
|||||||
2001-05-29 Pavel Roskin <proski@gnu.org>
|
2001-05-29 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
|
||||||
|
|
||||||
* Make.common.in: Remove hpath, it's unused.
|
* Make.common.in: Remove hpath, it's unused.
|
||||||
|
|
||||||
* acconfig.h: Move constant parts ...
|
* acconfig.h: Move constant parts ...
|
||||||
|
@ -49,7 +49,7 @@ AWK = @AWK@
|
|||||||
# No way, to make make happy (except GNU), we cannot use := to append
|
# No way, to make make happy (except GNU), we cannot use := to append
|
||||||
# something to these, so that's why there is a leading _
|
# something to these, so that's why there is a leading _
|
||||||
XCFLAGS = @CFLAGS@
|
XCFLAGS = @CFLAGS@
|
||||||
XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. \
|
XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. -I$(top_srcdir) \
|
||||||
-DBINDIR=\""$(bindir)/"\" \
|
-DBINDIR=\""$(bindir)/"\" \
|
||||||
-DLIBDIR=\""$(mclibdir)/"\" \
|
-DLIBDIR=\""$(mclibdir)/"\" \
|
||||||
-DICONDIR=\""$(icondir)/"\" \
|
-DICONDIR=\""$(icondir)/"\" \
|
||||||
|
Loading…
Reference in New Issue
Block a user