comparison Makefile.in @ 1488:abbdeca6f1bd

Fix building default_options.h
author Matt Johnston <matt@ucc.asn.au>
date Sun, 11 Feb 2018 10:53:59 +0800
parents 7dddc4dd7063
children 9b87cbe931e3
comparison
equal deleted inserted replaced
1487:b0c3b46372dc 1488:abbdeca6f1bd
232 -rm -f *~ *.gcov */*~ 232 -rm -f *~ *.gcov */*~
233 233
234 # default_options.h is stored in version control, could not find a workaround 234 # default_options.h is stored in version control, could not find a workaround
235 # for parallel "make -j" and dependency rules. 235 # for parallel "make -j" and dependency rules.
236 default_options.h: default_options.h.in 236 default_options.h: default_options.h.in
237 echo "# > > > Generated from $^, edit that file instead !" > [email protected] 237 echo "/*\n > > > Do not edit this file (default_options.h) < < <\nGenerated from "$^"\nLocal customisation goes in localoptions.h\n*/\n\n" > [email protected]
238 echo >> [email protected] 238 $(srcdir)/ifndef_wrapper.sh < $^ >> [email protected]
239 $(srcdir)/ifndef_wrapper.sh < $^ > [email protected]
240 mv [email protected] $@ 239 mv [email protected] $@