Sfoglia il codice sorgente

do not overwrite config.h if config.def.h changes

master
Aaron Marcher 8 anni fa
committed by Aaron Marcher (drkhsh)
parent
commit
6edc959933
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi File

@@ -21,7 +21,7 @@ options:

${OBJ}: config.h config.mk

config.h: config.def.h
config.h:
@echo creating $@ from config.def.h
@cp config.def.h $@



Caricamento…
Annulla
Salva