New upstream release 3.1.14 OBS-URL: https://build.opensuse.org/request/show/224624 OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=78
19 lines
478 B
Diff
19 lines
478 B
Diff
Index: at-3.1.14/Makefile.in
|
|
===================================================================
|
|
--- at-3.1.14.orig/Makefile.in
|
|
+++ at-3.1.14/Makefile.in
|
|
@@ -77,9 +77,12 @@ at: $(ATOBJECTS)
|
|
atd: $(RUNOBJECTS)
|
|
$(CC) $(LDFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(SELINUXLIB)
|
|
|
|
-y.tab.c y.tab.h: parsetime.y
|
|
+y.tab.c y.tab.h: stamp-yacc; @:
|
|
+stamp-yacc: parsetime.y
|
|
$(YACC) -d parsetime.y
|
|
+ touch $@
|
|
|
|
+lex.yy.o: y.tab.h
|
|
lex.yy.c: parsetime.l
|
|
$(LEX) -i parsetime.l
|
|
|