]> granicus.if.org Git - curl/commitdiff
argh, it wasn't *that* easy to generate the ca-bundle header in the build
authorDaniel Stenberg <daniel@haxx.se>
Wed, 6 Aug 2003 23:59:15 +0000 (23:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Aug 2003 23:59:15 +0000 (23:59 +0000)
dir instead of the source dir, reverting that change

lib/Makefile.am

index 719f7426127ff30b79956eeff2b679b732e82dae..55d0484c12389d874b98481d65101d457a3f0e03 100644 (file)
@@ -90,7 +90,7 @@ $(srcdir)/getdate.c: getdate.y
          $(YACC) $(YFLAGS) getdate.y; \
          mv -f y.tab.c getdate.c
 
-$(top_builddir)/ca-bundle.h: Makefile.in Makefile
+$(srcdir)/ca-bundle.h: Makefile.in Makefile
        echo "/* The file is generated automaticly */" > $@
 if CABUNDLE
        echo '#define CURL_CA_BUNDLE @CURL_CA_BUNDLE@' >> $@