Skip to content

Commit

Permalink
Fix clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonius Riha committed Jan 17, 2015
1 parent 9d722ac commit de2a0f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindinate/Makefile.am.template
Expand Up @@ -25,7 +25,7 @@ DLLS = $(foreach profile,$(PROFILES),$(OUTDIR)/$(profile)/$(ASSEMBLY_DLL_NAME))
DLL_CONFIGS = $(foreach profile,$(PROFILES),$(OUTDIR)/$(profile)/$(ASSEMBLY_CONFIG_NAME))
CS_PROJECTS = $(foreach profile,$(PROFILES),$(srcdir)/$(ASSEMBLY_NAME)-$(profile).csproj)

CLEANFILES = $(DLLS) $(DLL_CONFIGS) $(API) $(GEN_SOURCES) $(SRC_FILES_XML)
CLEANFILES = $(DLLS) $(DLL_CONFIGS) $(API) $(SRC_FILES_XML)

DISTCLEANFILES = $(srcdir)/AssemblyInfo.cs

Expand Down Expand Up @@ -81,6 +81,7 @@ $(OUTDIR)/%/$(ASSEMBLY_CONFIG_NAME): $(ASSEMBLY_CONFIG)

clean-local:
test -e $(GEN_SOURCES) && xargs rm -f < $(GEN_SOURCES) || true
rm -f $(GEN_SOURCES)

install-data-local:
echo "NOT IMPLEMENTED! ($(GACUTIL) /i assembly_path /f $(GACUTIL_FLAGS))"
Expand Down

0 comments on commit de2a0f9

Please sign in to comment.