Fix configure call in template

This commit is contained in:
Ganesh Viswanathan 2019-05-16 13:01:20 -05:00
commit e245e17488

View file

@ -33,7 +33,7 @@ src/*.c
# Run GNU configure on the source
when defined(posix):
configure(srcDir)
configure(srcDir, fileThatShouldGetGenerated)
# Run standard file/directory operations with mkDir(), cpFile(), mvFile()