summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index e0183d7..b9658f8 100644
--- a/makefile
+++ b/makefile
@@ -206,6 +206,7 @@ clean:
rm -rf Objects/ Images/
Objects/apt64/apt-pkg/tagfile.o: Objects/apt64/apt-pkg/tagfile-keys.h
+Objects/apt64/apt-pkg/tagfile-keys.o: Objects/apt64/apt-pkg/tagfile-keys.h
Objects/apt64/apt-pkg/deb/deblistparser.o: Objects/apt64/apt-pkg/tagfile-keys.h
Objects/apt64/apt-pkg/tagfile-keys%h apt64/apt-pkg/tagfile-keys%cc:
@@ -235,7 +236,7 @@ Objects/apt64/%.o: apt64/%.cc $(header) apt.h apt-extra/*.h
Objects/%.o: %.cc $(header)
@mkdir -p $(dir $@)
@echo "[cycc] $<"
- $(cycc) $(plus) -c -o $@ $< $(flag) -Wno-format -include apt.h -Dmain=main_$(basename $(notdir $@))
+ @$(cycc) $(plus) -c -o $@ $< $(flag) -Wno-format -include apt.h -Dmain=main_$(basename $(notdir $@))
Objects/%.o: %.c $(header)
@mkdir -p $(dir $@)