comparison libgui/src/module.mk @ 31236:a103cfd738c5

build: Fix Makefile rule emitting note about duplicate rule (cset 1a0756f7c90a). * libgui/src/module.mk: Delete unnecessary addition of current working directory to DIRSTAMP_FILES variable.
author Rik <rik@octave.org>
date Wed, 21 Sep 2022 13:48:27 -0700
parents 1a0756f7c90a
children 670f3f17c280
comparison
equal deleted inserted replaced
31235:b542b88ad3b6 31236:a103cfd738c5
273 octave_gui_MOC += \ 273 octave_gui_MOC += \
274 $(OCTAVE_GUI_SRC_M_EDITOR_MOC) \ 274 $(OCTAVE_GUI_SRC_M_EDITOR_MOC) \
275 $(OCTAVE_GUI_SRC_COMMAND_WIDGET_MOC) 275 $(OCTAVE_GUI_SRC_COMMAND_WIDGET_MOC)
276 276
277 DIRSTAMP_FILES += \ 277 DIRSTAMP_FILES += \
278 %reldir%/m-editor/$(octave_dirstamp) \ 278 %reldir%/m-editor/$(octave_dirstamp)
279 %reldir%/$(octave_dirstamp)
280 279
281 endif 280 endif
282 281
283 OCTAVE_GUI_SRC_MOC = \ 282 OCTAVE_GUI_SRC_MOC = \
284 %reldir%/moc-external-editor-interface.cc \ 283 %reldir%/moc-external-editor-interface.cc \