projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use https instead of git for Vcs-Git
[apt.git]
/
buildlib
/
program.mak
diff --git
a/buildlib/program.mak
b/buildlib/program.mak
index 71c265f39f08b2edfac35f8a2db10568eb6a980f..1b4a5719a9f2f92296b7052dbc0b30181ebdb7cc 100644
(file)
--- a/
buildlib/program.mak
+++ b/
buildlib/program.mak
@@
-44,13
+44,13
@@
$(PROGRAM): $($(LOCAL)-BIN)
# The binary build rule
$($(LOCAL)-BIN): $($(LOCAL)-OBJS) $($(LOCAL)-MKS)
echo Building program $@
# The binary build rule
$($(LOCAL)-BIN): $($(LOCAL)-OBJS) $($(LOCAL)-MKS)
echo Building program $@
- $(CXX) $(CXXFLAGS) $(LDFLAGS) $(LFLAGS) -o $@ $(filter %.o,$^) $($(@F)-SLIBS) $(LEFLAGS)
+ $(CXX) $(CXX
STD) $(CXX
FLAGS) $(LDFLAGS) $(LFLAGS) -o $@ $(filter %.o,$^) $($(@F)-SLIBS) $(LEFLAGS)
# Compilation rules
vpath %.cc $(SUBDIRS)
$(OBJ)/%.o: %.cc
echo Compiling $< to $@
# Compilation rules
vpath %.cc $(SUBDIRS)
$(OBJ)/%.o: %.cc
echo Compiling $< to $@
- $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXX
FLAGS) -o $@ $(abspath $<)
+ $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXX
STD) $(CXXFLAGS) -o $@ '$(abspath $<)'
$(DoDep)
# Include the dependencies that are available
$(DoDep)
# Include the dependencies that are available