diff options
Diffstat (limited to 'urt')
-rw-r--r-- | urt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urt/Makefile b/urt/Makefile index a8e5e614..c27174ac 100644 --- a/urt/Makefile +++ b/urt/Makefile @@ -5,7 +5,7 @@ endif SUBDIR = urt VPATH=.:$(SRCDIR)/$(SUBDIR) -include $(BUILDDIR)/Makefile.config +include $(BUILDDIR)/config.mk LIBOBJECTS = Runput.o cmd_name.o \ rle_addhist.o rle_error.o rle_getcom.o rle_getrow.o rle_getskip.o \ |