X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=gnokii%2FMakefile;h=567d986fc32435999c960c4854b9a7c10f030143;hp=f46dc4544991f0bdfe1a8a16e04af9b2cf993069;hb=460936bc0aa612c85163ebef9bc15fe340355a63;hpb=dbc350e4caa7005be5b32c02fff8e3f9d3222915 diff --git a/gnokii/Makefile b/gnokii/Makefile index f46dc45..567d986 100644 --- a/gnokii/Makefile +++ b/gnokii/Makefile @@ -33,7 +33,7 @@ hello: hello.o cleanup.o $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ -o $@ cleanup.o: cleanup.c - $(CC) $(filter-out -pg,$(CFLAGS)) $(CPPFLAGS) $(TARGET_ARCH) -c $^ -o $@ + $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c -o $@ $< $(TOPDIR)/common/common.a: $(MAKE) -C $(TOPDIR)/common common.a