Skip to content

Commit

Permalink
Actually use the computed CPPFLAGS
Browse files Browse the repository at this point in the history
git-svn-id: https://gforge.info.ucl.ac.be/svn/mozart@13849 ada56829-ad1f-0410-b00f-83cda6628aec
  • Loading branch information
bruni committed May 17, 2001
1 parent bf96d18 commit e0424f3
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 65 deletions.
2 changes: 1 addition & 1 deletion platform/wish/Makefile.in
Expand Up @@ -37,7 +37,7 @@ else
FREEBSDFLAGS =
endif
CPPFLAGS = -I. $(TK_XINCLUDES) $(FREEBSDFLAGS) \
-I$(TCL_PREFIX)/include -I$(TK_PREFIX)/include
-I$(TCL_PREFIX)/include -I$(TK_PREFIX)/include @CPPFLAGS@
TCLLIBTCLDIR = $(TCL_PREFIX)/lib/tcl$(TCL_VERSION)
TKLIBTCLDIR = $(TK_PREFIX)/lib/tk$(TK_VERSION)

Expand Down

0 comments on commit e0424f3

Please sign in to comment.