Skip to content
Snippets Groups Projects
Commit e25450aa authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

build system: Fix Makefile rule.

parent a858b117
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,7 @@ PKG_CFG_FILES += pkgconfig/yaxt.pc
endif
distclean-local: mostlyclean-compile distclean-generic
-rm -f xtinclude_Makefile.inc
-rm -rf '$(DEPDIR)' 'core/$(DEPDIR)' 'mpi-profile/$(DEPDIR)'
-rm -rf '$(DEPDIR)' *'/$(DEPDIR)'
-if test "$(abs_builddir)" != "$(abs_srcdir)" ; then \
rm -f pkgconfig/yaxt.pc pkgconfig/yaxt_c.pc; \
rmdir core pkgconfig mpi-workarounds mpi-profile; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment