mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
oops. revert some files that accidentally got into that last commit.
They were local changes that shouldn't have gone into the commit (way too early)
This commit is contained in:
parent
b0db44badc
commit
f99e38b2b1
764
config.guess
vendored
764
config.guess
vendored
File diff suppressed because it is too large
Load Diff
@ -173,7 +173,7 @@ install-data-local:
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
|
||||
fi)
|
||||
|
||||
#
|
||||
|
@ -140,8 +140,6 @@ Calculates the minimum of @a and @b.
|
||||
@a: a numeric value.
|
||||
@b: a numeric value.
|
||||
@Returns: the minimum of @a and @b.
|
||||
<!-- # Unused Parameters # -->
|
||||
@Param1:
|
||||
|
||||
|
||||
<!-- ##### MACRO MAX ##### -->
|
||||
|
@ -152,7 +152,7 @@ install-data-local:
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
|
||||
fi)
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user