mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
* reorder makefile rules : fix depends on header
This commit is contained in:
6
Makefile
6
Makefile
@@ -25,11 +25,11 @@ all: obj $(SHLIB) $(I2PD)
|
|||||||
obj:
|
obj:
|
||||||
mkdir -p obj
|
mkdir -p obj
|
||||||
|
|
||||||
# weaker rule for building files without headers
|
obj/%.o : %.cpp %.h
|
||||||
obj/%.o : %.cpp
|
|
||||||
$(CXX) $(CXXFLAGS) $(INCFLAGS) -c -o $@ $<
|
$(CXX) $(CXXFLAGS) $(INCFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
obj/%.o : %.cpp %.h
|
# weaker rule for building files without headers
|
||||||
|
obj/%.o : %.cpp
|
||||||
$(CXX) $(CXXFLAGS) $(INCFLAGS) -c -o $@ $<
|
$(CXX) $(CXXFLAGS) $(INCFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
$(I2PD): $(patsubst %.cpp,obj/%.o,$(DAEMON_SRC))
|
$(I2PD): $(patsubst %.cpp,obj/%.o,$(DAEMON_SRC))
|
||||||
|
|||||||
Reference in New Issue
Block a user