Learn more about cloning repositories
You have read-only access
PATCHES = \
history_pk_prepare.sql
if DBSCHEMA
all: $(PATCHES)
history_pk_prepare.sql: $(top_srcdir)/create/bin/gen_history_pk.pl
$(top_srcdir)/create/bin/gen_history_pk.pl mysql > $@
endif
EXTRA_DIST = $(PATCHES)
clean:
rm -f history_pk_prepare.sql
.PHONY: all clean
Everything looks good. We'll let you know here if there's anything you should know about.