NanoComp / meep

free finite-difference time-domain (FDTD) software for electromagnetic simulations
GNU General Public License v2.0
1.16k stars 594 forks source link

Error during `make distclean` when building without Guile/Scheme #2811

Open oskooi opened 3 months ago

oskooi commented 3 months ago

After building Meep from source using the configure flag --without-scheme, invoking make distclean produces this error:

Making distclean in scheme
make[1]: Entering directory '/home/oskooi/install/meep/scheme'
make[1]: *** No rule to make target 'distclean'.  Stop.
make[1]: Leaving directory '/home/oskooi/install/meep/scheme'
make: *** [Makefile:516: distclean-recursive] Error 1

(make clean, however, works fine.)