X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2FMakefile;h=c93a8645f7df477804ecae22d17f784435926542;hb=2617e9a3c03d3fed8e28aca2f4022c369544c404;hp=81adb804aeeeccd93892659edacc9308c1ba5fdd;hpb=1f245fbc0b25974992ad8c162d1f217ffc7162b2;p=cc65 diff --git a/src/Makefile b/src/Makefile index 81adb804a..c93a8645f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -107,7 +107,7 @@ $(RM) /usr/local/bin/$(prog) endef # UNAVAIL_recipe install: - $(if $(PREFIX),,$(error variable `PREFIX' must be set)) + $(if $(PREFIX),,$(error variable "PREFIX" must be set)) $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) ../bin/* $(DESTDIR)$(bindir) @@ -148,7 +148,7 @@ endef # PROG_template ../wrk/%.o: %.c @echo $< - $(CC) -c $(CFLAGS) -o $@ $< + @$(CC) -c $(CFLAGS) -o $@ $< ../bin: @$(call MKDIR,$@)