Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Immanuel
/
sxiv
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Added -MP dependency generation option to compile flags
master
Bert Münnich
10 anos atrás
pai
f55d9f4283
commit
54af451b4a
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
Makefile
+ 2
- 2
Makefile
Ver arquivo
@@ -1,4 +1,4 @@
VERSION := git-201411
02
VERSION := git-201411
14
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
@@ -20,7 +20,7 @@ $(OBJ): Makefile
-include $(DEP)
%.o: %.c
$(CC) $(CFLAGS) $(CPPFLAGS) -DVERSION=\"$(VERSION)\" -MMD -c -o $@ $<
$(CC) $(CFLAGS) $(CPPFLAGS) -DVERSION=\"$(VERSION)\" -MMD -
MP -
c -o $@ $<
config.h:
cp config.def.h $@
Escrever
Pré-visualização
|
|
|
|
|
|
x
0
0
0:0
Carregando…
Cancelar
Salvar