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:
parent
f0856fd905
commit
221c79013f
2 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue