Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / firebird / firebird-btyacc-add-explicit-rule.patch
blobc4d88d911a405e6eeb23d0c28d253e1e2b7f0961
1 --- extern/btyacc/Makefile.orig 2020-11-13 18:57:44.831455058 +0100
2 +++ extern/btyacc/Makefile 2020-11-13 18:59:19.071078333 +0100
3 @@ -44,6 +44,9 @@
4 $(PROGRAM): $(OBJS) $(LIBS)
5 $(CC) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
7 +%.o: %.c
8 + $(CC) $(CCFLAGS) -c $< -o $@
10 clean:; rm -f $(OBJS)
12 clobber:; rm -f $(OBJS) $(PROGRAM)