diff --git a/common.mak b/common.mak index 9df37597..76408251 100644 --- a/common.mak +++ b/common.mak @@ -261,7 +261,7 @@ else NO_PIE_LDFLAGS := endif -# Overwrite implicite makefile rules for having nice compile output +# Overwrite implicit makefile rules for having nice compile output %.o: %.c ifeq ("${C}","1") $(CHECKTOOL) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@ @@ -418,4 +418,3 @@ clean_dep: clean: clean_echo clean_gcov clean_dep endif -