File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -230,10 +230,12 @@ Singular_CPPFLAGS = -DNDEBUG -DOM_NDEBUG
230230include ${srcdir}/singular-libs
231231
232232singularlibrarydir = ${datadir}/singular
233- nobase_dist_singularlibrary_DATA = LIB/all.lib $(SLIB0:%=LIB/% ) $(SLIB1:%=LIB/% ) $(PLIBS:%=LIB/% )
233+ singularlibrary = $(SLIB0:%=LIB/% ) $(SLIB1:%=LIB/% ) $(PLIBS:%=LIB/% )
234+ nobase_dist_singularlibrary_DATA = LIB/all.lib ${singularlibrary}
234235EXTRA_DIST = make_alllib.sh LIB/all.lib.tmpl singular-libs
235236
236- LIB/all.lib : ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${nobase_dist_singularlibrary_DATA}
237+ # ${nobase_dist_singularlibrary_DATA}
238+ LIB/all.lib : ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${singularlibrary}
237239 $(MKDIR_P ) LIB
238240 ${srcdir} /make_alllib.sh ${srcdir} /LIB/all.lib.tmpl ${SLIB0} ${PLIBS}
239241
You can’t perform that action at this time.
0 commit comments