Skip to content

Commit

Permalink
fix #11: make -j8 fatal error: 'config.h' file not found
Browse files Browse the repository at this point in the history
all make deps should work now, could not repro it anymore
  • Loading branch information
Reini Urban committed Oct 4, 2013
1 parent 032ea07 commit 937236c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ lib/libpotion${DLL}: ${PIC_OBJ} core/config.h core/potion.h

lib/potion/readline${LOADEXT}: core/config.h core/potion.h \
lib/readline/Makefile lib/readline/linenoise.c \
lib/readline/linenoise.h
lib/readline/linenoise.h lib/libpotion${DLL}
@${ECHO} MAKE $@
@${MAKE} -s -C lib/readline
@[ -d lib/potion ] || mkdir lib/potion
Expand Down

0 comments on commit 937236c

Please sign in to comment.