From: Not Zed Date: Sun, 6 Feb 2022 00:30:59 +0000 (+1030) Subject: Clean up some stale comments. X-Git-Url: https://code.zedzone.au/cvs?a=commitdiff_plain;h=883b1a9f9326d7c7f048e88056da7199b988fbfc;p=panamaz Clean up some stale comments. --- diff --git a/Makefile b/Makefile index 9ab70aa..2a0ba4a 100644 --- a/Makefile +++ b/Makefile @@ -25,17 +25,5 @@ $(foreach module,$(java_MODULES),$(eval $(module)_JMAINFLAGS=--enable-native-acc include java.make -#notzed.nativez_LIBRARIES = export -#shared_LIBRARIES = libapi export - -#libapi_SOURCES = libapi/api.c - -#export_CXXSOURCES = export/export.cc -#export_SOURCES = export/tree-codes.c -#export_CXXFLAGS = -Wno-switch -g -#export_CPPFLAGS=-I. -I$(PLUGINDIR)/include - -#bin/status/notzed.nativez.scripts: bin/$(TARGET)/lib/export.so +# makes notzed.nativez appear in the right place at the right time without altering java.make $(java_bindir)/export-api: notzed.nativez - -#include shared.make