Skip to content
Snippets Groups Projects
Commit 277f158d authored by Daniel Salzman's avatar Daniel Salzman
Browse files

zscanner: fix incompatible Makefile copy rule on BSD

parent 8b2f1b21
Branches
Tags
1 merge request!12Make zscanner more independent from common source
......@@ -18,10 +18,10 @@ CLEANFILES = descriptor.h descriptor.c
nodist_libzscanner_la_SOURCES = descriptor.h descriptor.c
descriptor.h: ../common/descriptor.h
cp $< $@
cp ../common/descriptor.h $@
descriptor.c: ../common/descriptor.c
cp $< $@
cp ../common/descriptor.c $@
if HAVE_RAGEL
BUILT_SOURCES += scanner.c
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment