mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 16:32:51 +00:00
12 lines
545 B
Diff
12 lines
545 B
Diff
![]() |
diff -ur Linux-PAM-1.1.8.old/modules/pam_console/Makefile.am Linux-PAM-1.1.8/modules/pam_console/Makefile.am
|
||
|
--- Linux-PAM-1.1.8.old/modules/pam_console/Makefile.am 2015-01-21 13:49:13.000000000 +0300
|
||
|
+++ Linux-PAM-1.1.8/modules/pam_console/Makefile.am 2015-01-21 13:54:33.000000000 +0300
|
||
|
@@ -51,6 +51,7 @@
|
||
|
pam_console_la_CFLAGS = $(AM_CFLAGS)
|
||
|
pam_console_apply_CFLAGS = $(AM_CFLAGS) @PIE_CFLAGS@
|
||
|
|
||
|
+configfile.tab.h: configfile.tab.c
|
||
|
configfile.tab.c: configfile.y
|
||
|
$(YACC) $(BISON_OPTS) -o $@ -p _pc_yy $<
|
||
|
sh $(srcdir)/sed-static $@
|