Fixed another problem with print.sh
[pspp] / src / Makefile.am
index c684fe5f970c5d95025f35311b8dca4bd1e36344..005ae68541b2cf9278cc7ca616ef4121634b4c3d 100644 (file)
@@ -17,7 +17,7 @@ EXTRA_DIST = $(q_sources_q) q2c.c
 ETAGS_ARGS = -l c $(q_sources_c)
 SUFFIXES = .q
 
-$(q_sources_c): q2c
+$(q_sources_c): q2c$(EXEEXT)
 .q.c:
        ./q2c $< $@