X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2FMakefile.tpl;h=2b645af6cd783eef29b9bef6a280739131758430;hb=c3407f035bb2c887fe35d403d52d3bda3f1d5295;hp=a6c8508c4ce379df754d7e9569deb4b04ca230e8;hpb=7b64f5e7f00e445a5637e9e3289a1332a14d28e5;p=tpg%2Facess2.git diff --git a/Usermode/Applications/Makefile.tpl b/Usermode/Applications/Makefile.tpl index a6c8508c..2b645af6 100644 --- a/Usermode/Applications/Makefile.tpl +++ b/Usermode/Applications/Makefile.tpl @@ -56,8 +56,7 @@ $(_OBJPREFIX)%.o: %.c ifneq ($(_OBJPREFIX),) @mkdir -p $(dir $@) endif - $V$(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@ - $V$(CC) -M -MP -MT $@ $(CPPFLAGS) $< -o $(_OBJPREFIX)$*.dep + $V$(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@ -MQ $@ -MP -MD -MF $(_OBJPREFIX)$*.dep $(_OBJPREFIX)%.o: %.cpp @echo [CXX] -o $@