Changeset 1a5c219 in git
- Timestamp:
- Aug 13, 2009, 5:22:26 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 073295f83bd787c17170311fa837e22cf427905d
- Parents:
- 6b9d0537f5dd5461f48626224cc9ca9c391990d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.in
r6b9d05 r1a5c219 177 177 178 178 DISTFILES=${SOURCES} ${HEADERS} ${ESOURCES} \ 179 Makefile.in configure.in configure\179 Makefile.in \ 180 180 mod2.h.in testgh install-sh mkinstalldirs \ 181 181 check_aso.pl prCopy.pl … … 309 309 else 310 310 -${INSTALL_PROGRAM} ${DL_LIBS} ${bindir} 311 -${INSTALL_PROGRAM} ${DL_LIBS} ${DL_LIBSG} ${DL_LIBSP} ../Singular 311 -for file in ${DL_LIBS} ${DL_LIBSG} ${DL_LIBSP}; do\ 312 ${INSTALL_PROGRAM} $$file ../Singular; \ 313 done 312 314 endif 313 315 endif … … 344 346 @echo "Rebuilding the deleted files requires flex" 345 347 @echo "bison, perl and autoconf" 346 -rm configure347 348 348 349 ##
Note: See TracChangeset
for help on using the changeset viewer.