1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

* Turn off build hooks in nix-push because of an impurity (NIX-21).

This commit is contained in:
Eelco Dolstra 2005-10-29 18:17:45 +00:00
parent f0856fd905
commit 221c79013f
2 changed files with 12 additions and 2 deletions

View file

@ -15,7 +15,7 @@ AM_CFLAGS = \
# Parser generation.
parser.o: parser-tab.h lexer-tab.h
parser.cc: parser-tab.h lexer-tab.h
parser-tab.c parser-tab.h: parser.y
$(bison) -v -o parser-tab.c parser.y -d