summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-05-10 14:41:48 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-05-10 14:41:48 +0200
commit4fb18ffbddfb1c6e5b90e42e6bfcd79117597f90 (patch)
tree19a4868e1e75ffd77edae78eaeb8ff07e5ca790d /Makefile
parenta4c6c18b3dc3ed11b3aca19df37ef094a19fe025 (diff)
Fix "Provide --without-fluid configure option" - cont'd (#725)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b3c114c88..c02de0972 100644
--- a/Makefile
+++ b/Makefile
@@ -24,10 +24,6 @@ all: makeinclude fltk-config
echo "=== making $$dir ===";\
(cd $$dir; $(MAKE) $(MFLAGS)) || exit 1;\
done
- for dir in $(FLUIDDIR); do\
- echo "=== making fluidtest ===";\
- (cd test; $(MAKE) $(MFLAGS) allfluid);\
- done
install: makeinclude
-mkdir -p $(DESTDIR)$(bindir)