mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
472 B

  1. --- ./Makefile.orig 2003-08-14 16:36:38.000000000 +0200
  2. +++ ./Makefile 2004-09-13 02:06:46.132798432 +0200
  3. @@ -68,7 +68,7 @@
  4. clean:
  5. rm -rf *.o bin-* $(PRGS)
  6. -VERSION=embutils-$(shell head -1 CHANGES|sed 's/://')
  7. +VERSION=embutils-$(shell head -n 1 CHANGES|sed 's/://')
  8. CURNAME=$(notdir $(shell pwd))
  9. rename:
  10. @@ -89,6 +89,7 @@
  11. .PHONY: install
  12. install: $(TARGETS)
  13. + mkdir -p $(DESTDIR)$(prefix)/bin
  14. $(INSTALL) $(TARGETS) $(DESTDIR)$(prefix)/bin
  15. uninstall: